From: Tim Starling Date: Sun, 20 Mar 2005 14:26:37 +0000 (+0000) Subject: Fixed comment X-Git-Tag: 1.5.0alpha1~557 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=c5381f1f87c7a7ca0f5025195266e0a0e67443a2;p=lhc%2Fweb%2Fwiklou.git Fixed comment --- diff --git a/includes/Database.php b/includes/Database.php index 64004f6181..a43f5b0a12 100644 --- a/includes/Database.php +++ b/includes/Database.php @@ -1121,7 +1121,7 @@ class Database { } /** - * @return string Always return 'LOW_PRIORITY' + * @return string Returns the text of the low priority option if it is supported, or a blank string otherwise */ function lowPriorityOption() { return 'LOW_PRIORITY';